All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vocabularies.location-mapping-rdfs.n3 Maven / Gradle / Ivy

Go to download

Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.

The newest version!
@prefix rdf:         .
@prefix rdfs:	     .
@prefix xsd:         .
@prefix dc:          .
@prefix :            .

:   rdfs:comment     "Jena vocabulary for location mapping" ;
    dc:creator       "Andy Seaborne" ;
    dc:publisher     "Hewlett-Packard Development Company, LP" ;
    dc:title         "Jena vocabulary for location mapping" ;
    dc:description   "Jena vocabulary for location mapping" ;
    dc:date          "2004-08" ;
    dc:format        "RDF" ;
    .


## ---- Classes ----

:LocationMapping    rdf:type    rdfs:Class .

## ---- Properties  ----

:mapping    rdf:type rdf:Property .

:name  rdf:type rdf:Property ;
    rdfs:comment "Range is a STRING, not a URI, to allow for any symbols" .
:altName  rdf:type rdf:Property .

:prefix  rdf:type rdf:Property ;
    rdfs:comment "Range is a STRING, not a URI, to allow for any symbols" .
:altPrefix  rdf:type rdf:Property .







© 2015 - 2025 Weber Informatics LLC | Privacy Policy