You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
747 B
34 lines
747 B
@prefix owl: <http://www.w3.org/2002/07/owl#> . |
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
|
|
|
<http://ontologi.es/doap-changeset#> |
|
a owl:Ontology ; |
|
rdfs:seeAlso <dcs.ttl> . |
|
|
|
<http://purl.org/dc/terms/> |
|
a owl:Ontology ; |
|
rdfs:seeAlso <dct.ttl> . |
|
|
|
<http://usefulinc.com/ns/doap#> |
|
a owl:Ontology ; |
|
rdfs:seeAlso <doap.ttl> . |
|
|
|
<http://xmlns.com/foaf/0.1/> |
|
a owl:Ontology ; |
|
rdfs:seeAlso <foaf.ttl> . |
|
|
|
<http://www.w3.org/2002/07/owl> |
|
a owl:Ontology ; |
|
rdfs:seeAlso <owl.ttl> . |
|
|
|
<http://www.w3.org/2000/01/rdf-schema#> |
|
a owl:Ontology ; |
|
rdfs:seeAlso <rdfs.ttl> . |
|
|
|
<http://www.w3.org/1999/02/22-rdf-syntax-ns#> |
|
a owl:Ontology ; |
|
rdfs:seeAlso <rdf.ttl> . |
|
|
|
<http://www.w3.org/2001/XMLSchema#> |
|
a owl:Ontology ; |
|
rdfs:seeAlso <xsd.ttl> .
|
|
|