@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix bf: <http://id.loc.gov/ontologies/bibframe/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix bibtex: <http://purl.org/net/nknouf/ns/bibtex#> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix litre: <http://purl.org/spar/literal/> .
@prefix locid: <http://id.loc.gov/vocabulary/identifiers/> .
@prefix locrel: <http://id.loc.gov/vocabulary/relators/> .
@prefix schema: <https://schema.org/> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix wdt: <http://www.wikidata.org/prop/direct/> .
@prefix dblp: <https://dblp.org/rdf/schema#> .

<https://dblp.org/streams/conf/java>
	owl:sameAs <http://www.wikidata.org/entity/Q105698913> ;
	rdfs:label "Java Grande" ;
	dblp:wikidata <http://www.wikidata.org/entity/Q105698913> ;
	datacite:hasIdentifier [
		datacite:usesIdentifierScheme datacite:dblp-stream ;
		litre:hasLiteralValue "streams/conf/java" ;
		a datacite:Identifier
	], [
		datacite:usesIdentifierScheme datacite:wikidata ;
		litre:hasLiteralValue "Q105698913" ;
		a datacite:Identifier
	] ;
	dblp:primaryStreamTitle "Java Grande" ;
	dblp:streamTitle "Java Grande" ;
	dblp:indexPage <https://dblp.org/db/conf/java/index> ;
	a dblp:Stream, dblp:Conference .
<https://dblp.org/streams/conf/java.ttl>
	rdfs:label "provenance information for RDF data of dblp stream 'streams/conf/java'" ;
	dct:creator <https://dblp.org> ;
	dct:isPartOf <https://dblp.org/rdf/dblp.ttl> ;
	dct:modified "2023-12-01T13:29:31+0100" ;
	dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
