Created
July 9, 2015 15:48
-
-
Save justgo129/5838c83ca582a3e1ddde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE RDF> | |
| -<rdf:RDF xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:meth="http://sweet.jpl.nasa.gov/2.3/reprSciMethodology.owl#" xmlns:res="http://sweet.jpl.nasa.gov/2.3/humanResearch.owl" xml:base="http://sweet.jpl.nasa.gov/2.3/reprSciMethodology.owl#"> | |
| <!-- Ontology Information --> | |
| -<owl:Ontology owl:versionInfo="2.3" rdf:about=""> | |
| <rdfs:label>SWEET Ontology</rdfs:label> | |
| <owl:imports rdf:resource="http://sweet.jpl.nasa.gov/2.3/humanResearch.owl"/> | |
| </owl:Ontology> | |
| -<owl:Class rdf:about="#ResearchExploration"> | |
| <rdfs:subClassOf rdf:resource="http://sweet.jpl.nasa.gov/2.3/humanResearch.owl#Research"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#Altimetry"> | |
| <rdfs:subClassOf rdf:resource="#Methodology"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#CarbonDating"> | |
| <rdfs:subClassOf rdf:resource="#Methodology"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#Interferometry"> | |
| <rdfs:subClassOf rdf:resource="#Methodology"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#IsotopeAnalysis"> | |
| <rdfs:subClassOf rdf:resource="#Methodology"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#Methodology"> | |
| <rdfs:subClassOf rdf:resource="http://sweet.jpl.nasa.gov/2.3/humanResearch.owl#ExperimentActivity"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#Photometry"> | |
| <rdfs:subClassOf rdf:resource="#Methodology"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#Polarimetry"> | |
| <rdfs:subClassOf rdf:resource="#Methodology"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#RadioactiveDating"> | |
| <rdfs:subClassOf rdf:resource="#Methodology"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#Spectroscopy"> | |
| <rdfs:subClassOf rdf:resource="#Methodology"/> | |
| </owl:Class> | |
| -<owl:Class rdf:about="#RetrievalApproach"> | |
| <rdfs:subClassOf rdf:resource="#ResearchExploration"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment