Classes

The model contains the following classes:

Properties

The model contains the following properties:

Instances

The model contains the following instances:

RDF Source

<?xml version="1.0" encoding="UTF-8" ?> <rdf:RDF xml:base="http://company.com/newModel#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://company.com/newModel#" xmlns:ns2="http://www.w3.org/2002/07/owl#"> <ns2:Class rdf:ID="MyClass"/> <ns1:MyClass rdf:ID="MyInstance"> <ns1:MyProperty rdf:datatype="http://www.w3.org/2001/XMLSchema#string">This is the value of the property</ns1:MyProperty> </ns1:MyClass> <rdf:Property rdf:ID="MyProperty"> <rdfs:domain rdf:resource="#MyClass"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/> </rdf:Property> <ns2:Ontology rdf:about="http://company.com/newModel"/> </rdf:RDF>