# OnCo record open-licences (term). Data CC BY-NC 4.0, attribute "Data from OnCo (onco.cc)". Whole corpus: https://onco.cc/api/v1/onco.nt
@prefix schema: <https://schema.org/> .
@prefix onco: <https://onco.cc/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://onco.cc/terms/open-licences/>
  a schema:DefinedTerm ;
  onco:kind "term" ;
  schema:identifier "open-licences" ;
  schema:name "Open licences: Apache-2.0, MIT and CC BY 4.0"@en ;
  schema:alternateName "Apache-2.0"@en, "Apache 2.0 licence"@en, "Apache License 2.0"@en, "MIT licence"@en, "MIT License"@en, "CC BY 4.0"@en, "CC-BY-4.0"@en, "Creative Commons Attribution 4.0"@en, "CC BY-NC"@en, "permissive licence"@en, "open licence"@en ;
  schema:description "MIT and Apache-2.0 are permissive software licences that let anyone use, change and redistribute code (Apache adds an explicit patent grant); CC BY 4.0 is the equivalent for data and text, requiring only attribution."@en ;
  schema:url <https://onco.cc/terms/open-licences/> ;
  schema:dateModified "2026-09-24"^^xsd:date ;
  schema:sameAs <https://en.wikipedia.org/wiki/Apache_License> ;
  schema:citation <https://en.wikipedia.org/wiki/MIT_License>, <https://en.wikipedia.org/wiki/Creative_Commons_license>, <https://en.wikipedia.org/wiki/Apache_License> ;
  onco:tag "cansim-terms" ;
  onco:related <https://onco.cc/terms/cancer-ai-vocabulary/> ;
  onco:terms <https://onco.cc/terms/open-weights/>, <https://onco.cc/terms/zenodo-doi/>, <https://onco.cc/terms/citation-cff/> .
