@prefix prv: <http://purl.org/net/provenance/ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterm: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .

<http://linkedscience.org/lsc/ns/> a foaf:Document ;
	dcterm:title "Linked Science Vocabulary Specification"@en ;
	xhv:license <http://creativecommons.org/licenses/by/1.0/> ;
	xhv:stylesheet <http://linkedscience.org/teach/ns/main.css> ;
	dcterm:title "Linked Science Core Vocabulary Specification"@en ;
	rdfs:label "Document that defines the Linked Science Core Vocabulary"@en ;
	foaf:primaryTopic <http://linkedscience.org/lsc/ns#> .

<http://linkedscience.org/lsc/ns#> a prv:DataItem , <http://www.w3.org/2002/07/owl#Ontology> ;
	dcterm:title "Linked Science Core Vocabulary namespace"@en ;
	prv:createdBy _:node172hlj69lx1 .

_:node172hlj69lx1 a prv:DataCreation ;
	prv:performedBy <http://kauppinen.net/tomi#me> ;
	prv:performedAt "2011-11-29T11:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://linkedscience.org/lsc/ns#> dcterm:creator <http://kauppinen.net/tomi#me> ;
	dcterm:created "2011-11-29T11:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .

<http://kauppinen.net/tomi#me> a foaf:Person ;
	foaf:homepage <http://kauppinen.net/tomi> ;
	foaf:name "Tomi Kauppinen"@en .

<http://carsten.io/> a foaf:Person ;
	foaf:homepage <http://carsten.io/> ;
	foaf:name "Carsten Keßler"@en .

<http://linkedscience.org/lsc/ns/> dcterm:conformsTo <http://www.w3.org/TR/rdfa-syntax> .

<http://linkedscience.org/lsc/ns#> dcterm:description "LSC, the Linked Science Core Vocabulary, is a lightweight vocabulary providing terms to enable publishers and researchers to relate things in science to time, space, and themes. More precisely, LSC is designed for describing scientific resources including elements of research, their context, and for interconnecting them. We introduce LSC as an example of building blocks for Linked Science to communicate the linkage between scientific resources in a machine-understandable way. The “core” in the name refers to the fact that LSC only defines the basic terms for science. We argue that the success of Linked Science—or Linked Data in general—lies in interconnected, yet distributed vocabularies that minimize ontological commitments. More specific terms needed by different scientific communities can therefore be introduced as extensions of LSC. LSC is hosted at LinkedScience.org; please check also other available vocabularies at LinkedScience.org/vocabularies."@en .

<http://linkedscience.org/lsc/ns/> dcterm:description "This documents specifies the classes and properties introduced by the Linked Science Core Vocabulary."@en .

<http://linkedscience.org/lsc/ns#Publication> a <http://www.w3.org/2002/07/owl#Class> ;
	rdfs:subClassOf <http://purl.org/ontology/bibo/Document> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns> ;
	rdfs:label "Publication"@en ;
	rdfs:comment "Any kind of publication eg. scientific paper, book, journal publication."@en .

<http://linkedscience.org/lsc/ns#Research> a <http://www.w3.org/2002/07/owl#Class> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns> ;
	rdfs:label "Research"@en ;
	rdfs:comment "Any kind of research."@en .

<http://linkedscience.org/lsc/ns#Researcher> a <http://www.w3.org/2002/07/owl#Class> ;
	rdfs:subClassOf foaf:Person ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns> ;
	rdfs:label "Researcher"@en ;
	rdfs:comment "A researcher that conducts research."@en .

<http://linkedscience.org/teach/ns#Method> a <http://www.w3.org/2002/07/owl#Class> ;
	rdfs:isDefinedBy <http://linkedscience.org/teach/ns> ;
	rdfs:label "Method"@en ;
	rdfs:comment "A method used in a scientific research."@en .

<http://linkedscience.org/lsc/ns#Hypothesis> a <http://www.w3.org/2002/07/owl#Class> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns> ;
	rdfs:label "Hypothesis"@en ;
	rdfs:comment "Any kind of hypothesis."@en .

<http://linkedscience.org/lsc/ns#Prediction> a <http://www.w3.org/2002/07/owl#Class> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns> ;
	rdfs:label "Prediction"@en ;
	rdfs:comment "Prediction made by a hypothesis."@en .

<http://linkedscience.org/lsc/ns#Conclusion> a <http://www.w3.org/2002/07/owl#Class> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns> ;
	rdfs:label "Conclusion"@en ;
	rdfs:comment "Conclusion is made by research."@en .

<http://linkedscience.org/lsc/ns#Data> a <http://www.w3.org/2002/07/owl#Class> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns> ;
	rdfs:label "Data"@en ;
	rdfs:comment "Any kind of data."@en .

<http://linkedscience.org/lsc/ns#reportedIn> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#reportedIn> ;
	rdfs:label "reportedIn"@en ;
	rdfs:comment "Abstract property to relate a research to the publications it is reported in."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Publication> .

<http://linkedscience.org/lsc/ns#isAboutTime> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#isAboutTime> ;
	rdfs:label "isAboutTime"@en ;
	rdfs:comment "Abstract property to relate a research to the time period it refers."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#dateTime> .

<http://linkedscience.org/lsc/ns#isAboutRegion> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#isAboutRegion> ;
	rdfs:label "weeklyHours"@en ;
	rdfs:comment "Abstract property to define the region a research refers to."@en ;
	rdfs:subPropertyOf <dct:coverage> ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://observedchange.com/tisc/ns#Region> .

<http://linkedscience.org/lsc/ns#reports> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#reports> ;
	rdfs:label "grading"@en ;
	rdfs:comment "Abstract property to report the research of a publication."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Publication> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Research> .

<http://linkedscience.org/lsc/ns#isSupprtedBy> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#isSupportedBy> ;
	rdfs:label "isSupportedBy"@en ;
	rdfs:comment "Abstract property to express the relation between the hypothesis and the evidence of a research."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Hypothesis> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Research> .

<http://linkedscience.org/lsc/ns#dataProduced> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#dataProduced> ;
	rdfs:label "room"@en ;
	rdfs:comment "Describes the relation between a research and the data produced in it."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Data> .

<http://linkedscience.org/lsc/ns#dataUsed> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#dataUsed> ;
	rdfs:label "reportTemplate"@en ;
	rdfs:comment "Describes the relation between a research and the data used to conduct it."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Data> .

<http://linkedscience.org/lsc/ns#timeAccepted> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#timeAccepted> ;
	rdfs:label "room"@en ;
	rdfs:comment "Abstract property to relate a publication to the time it was accepted."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Publication> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#dateTime> .

<http://linkedscience.org/lsc/ns#timeRevised> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#timeRevised> ;
	rdfs:label "room"@en ;
	rdfs:comment "Abstract property to relate a publication to the time it was revised."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Publication> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#dateTime> .

<http://linkedscience.org/lsc/ns#timeSubmitted> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#timeSubmitted> ;
	rdfs:label "room"@en ;
	rdfs:comment "Abstract property to relate a publication to the time it was submitted."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Publication> ;
	rdfs:range <http://www.w3.org/2001/XMLSchema#dateTime> .

<http://linkedscience.org/lsc/ns#participatesIn> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#participatesIn> ;
	rdfs:label "room"@en ;
	rdfs:comment "A researcher participates in some research."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Researcher> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Research> .

<http://linkedscience.org/lsc/ns#makes> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#makes> ;
	rdfs:label "room"@en ;
	rdfs:comment "A hypothesis makes a prediction."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Hypothesis> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Prediction> .

<http://linkedscience.org/lsc/ns#tests> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#tests> ;
	rdfs:label "room"@en ;
	rdfs:comment "A research tests a hypothesis."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Hypothesis> .

<http://linkedscience.org/lsc/ns#falsifies> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#falsifies> ;
	rdfs:label "room"@en ;
	rdfs:comment "A research falsifies a hypothesis."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Hypothesis> .

<http://linkedscience.org/lsc/ns#confirms> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#confirms> ;
	rdfs:label "room"@en ;
	rdfs:comment "A research confirms a hypothesis."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Hypothesis> .

<http://linkedscience.org/lsc/ns#produces> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#produces> ;
	rdfs:label "room"@en ;
	rdfs:comment "A research produces a conclusion."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Conclusion> .

<http://linkedscience.org/lsc/ns#methodUsed> a <http://www.w3.org/2002/07/owl#ObjectProperty> ;
	rdfs:isDefinedBy <http://linkedscience.org/lsc/ns#methodUsed> ;
	rdfs:label "room"@en ;
	rdfs:comment "A method used in a research."@en ;
	rdfs:domain <http://linkedscience.org/lsc/ns#Research> ;
	rdfs:range <http://linkedscience.org/lsc/ns#Method> .

<http://linkedscience.org/lsc/ns#> prv:createdBy _:node172hlj69lx2 .

_:node172hlj69lx2 a prv:DataCreation ;
	prv:performedBy <http://kauppinen.net/tomi#me> ;
	prv:performedAt "2011-11-29T11:30:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
